@charset "utf-8";
/*=============================================================
 eco-friendly
=============================================================*/
/* animation
-------------------------------------------------------------*/
.setScMc{
	opacity:0;
	transform:translateY(60px);
	transition:all 0.4s ease 0.2s;
}
.setScMc.enter{
	opacity:1;
	transform:translateY(0);
}
/* #footer
-------------------------------------------------------------*/
#footer {
 margin-top: 0px;
}
/* box-color
-------------------------------------------------------------*/
[class^="box-color"],[class^="box-bdr"]{
	margin-top: 50px;
	padding: 20px;
}	
/* ecoFriendlyArea
-------------------------------------------------------------*/
.ecoFriendlyArea{
	position: relative;
}
.ecoFriendlyAreainner{
	position: relative;
	z-index: 2;
}
/* ttl
-------------------------------------------------------------*/
.ttlPage{
	width: 100%;
	display: flex;
	align-items: center;
}
.ttlPage .boxIcn{
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
	background-image: linear-gradient(90deg, #22836F, #0C66B6);
}
.ttlPage .boxIcn .boxIcnInner{
	width: 50px;
	height: 50px;
}
.ttlPage .boxTtl{
	flex: 1;
	box-sizing: border-box;
	padding: 0 0 0 30px;
}
.ttlPage .boxTtl h1{
	font-size: 4.0rem;
}
/* box
-------------------------------------------------------------*/
.boxProduct{
	margin: 120px 0 0;
}
.boxProduct .boxSectionTtl{
	display: block;
	position: relative;
}
.boxProduct .boxSectionTtl:after{
	content: '';
	width: 0%;
	height: 100%;
	background-image: linear-gradient(90deg, #22836F, #0C66B6);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.boxProduct .boxSectionTtl.setScMc:after{
	opacity:0;
	transform:translateY(0);
	transition:all 0.4s ease 0.2s;
}
.boxProduct .boxSectionTtl.setScMc.enter:after{
	opacity:1;
	transform:translateY(0);
	width: 100%;
}

.boxProduct .boxSectionTtl .contentsInner{
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	position: relative;
	z-index: 2;
}
.boxProduct .boxSectionTtl .contentsInner .boxL{
	flex: 1;
	color: #fff;
}
.boxProduct .boxSectionTtl .contentsInner .boxLInner{
	margin: 0 0 0 0;
	line-height: 1.45;
	padding: 20px 0;
}
.boxProduct .boxSectionTtl .contentsInner .boxR{
	width: 50%;
}
.boxProduct .boxSectionTtl .contentsInner .boxR .boxPhoto{
	width: 49.5vw;
	margin-right: calc((49.5vw – 100%) * -1);
	box-sizing: border-box;
	padding: 10px 10px 10px 10px;
}
.boxProduct .boxSectionTtl h2{
	font-size: 4.0rem
}
.boxProduct .boxSectionTtl .leadTxt{
	font-size: 1.8rem;
	margin: 15px 0 0;
}
.boxProduct .boxSectionTtl .boxLineLeft{
	margin: 45px 0 0;
	padding: 0 0 0 10px;
	border-left: 1px solid #fff;
}
.boxProduct .boxSectionTtl .boxLineLeft p{
	font-size: 2.4rem;
	font-weight: 500;
}
.boxProduct .boxSectionTtl .boxLineLeft p strong{
	font-weight: 500;
}
.boxProduct .boxSectionTtl .boxLineLeft ul.text-atn{
	margin-top: 5px;
}
/* boxProductInfo
-------------------------------------------------------------*/
.boxProductInfo{
	margin: 80px 0 0;
}
.boxProductInfo h3{
	font-size: 2.6rem;
	padding:6px 0 0 36px;
	font-weight: 600;
	background:url(../img/index_bg_ttl02.webp) no-repeat 0 0;
	background-size:auto 38px;
}
.no-webp .boxProductInfo h3{
	background:url(../img/index_bg_ttl02.png) no-repeat 0 0;
	background-size:auto 38px;
}
.webp .boxProductInfo h3{
	background:url(../img/index_bg_ttl02.webp) no-repeat 0 0;
	background-size:auto 38px;
}
.boxProductInfoInner{
	margin-top: 60px;
}
.boxProductInfoInner h4{
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.boxClm1 {
	width: 70%;
	margin: 0 auto 0;
}
.boxClm1 + .boxClm1{
	margin: 50px auto 0;
}
.boxClm2{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.boxClm2 .box{
	width: calc(97% / 2);
}
.boxClm3{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.boxClm3 .box{
	width: calc(94% / 3);
}
.boxClm3 .box02{
	width: calc((94% / 3) * 2);
}
/* pageLink
-------------------------------------------------------------*/
.pageLink{
	margin: 120px 0 0;
	padding: 80px 0;
	position: relative;
}
.pageLinkInner{
	position: relative;
	z-index: 2;
}
.pageLink:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.no-webp .pageLink:before{
	background: url("/sustainability/eco-friendly/img/bg.jpg") no-repeat center top;
	background-size: cover;
}
.webp .pageLink:before{
	background: url("/sustainability/eco-friendly/img/bg.webp") no-repeat center top;
	background-size: cover;
}
.pageLink h2{
	font-size: 2.4rem;
	font-weight: 600;
	color: #fff;
}
.pageLink ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.pageLink ul li{
	width: calc(95% / 3);
}
.pageLink ul li.current{
	opacity: 0.7;
}
.pageLink ul li a{
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
}
.pageLink ul li a .boxIcn{
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
	background-image: linear-gradient(90deg, #22836F, #0C66B6);
}
.pageLink ul li a .boxIcn .boxIcnInner{
	width: 50px;
	height: 50px;
}
.pageLink ul li a .boxTtl{
	flex: 1;
	box-sizing: border-box;
	padding: 0 24px 0 12px;
	position: relative;
	font-size: 1.8rem;
}
.pageLink ul li a .boxTtl:after{
	content: '';
	background: url("/shared/img/icon-arw-button.svg") center center no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	position: absolute;
	top: calc(50% - 12px);
	right: 5px;
	transition: all .1s;
}
.pageLink ul li a:hover .boxTtl:after{
	right: 0px;
}
.pageLink ul li.current a .boxTtl:after{
	display: none;
}
/* GROUP2
-------------------------------------------------------------*/
/* box-blue */
#product06 .box-blue{
	background: #d9eaf6;
	padding: 20px;
	box-sizing: border-box;
}
#product06 ul.box-blue li strong {
	color: #0072bf;
    font-size: 18px;
	padding: 20px 0 5px;
    display: block;
}
#product06 ul.box-blue li {
	line-height: 1.5;
	padding-bottom: 20px;
	border-bottom: 1px dashed #999;
}
#product06 ul.box-blue li:last-child{
	border-bottom: none;
}
#product06 ul.box-blue li span.textLL {
    font-size: 140%;
	line-height: 1.3;
}
#product06 p.blue {
	background: #0075c1;
	padding: 10px 30px 10px 10px;
	color: #fff;
}
#product05 .box-gray{
	width: 100%;
	display: flex;
	align-items: center;
	background: #f0eff2;
	padding: 20px;
	box-sizing: border-box;
}
#product05 .box-gray .boxFig{
	width: 30%;
	max-width: 400px;
}
#product05 .box-gray .boxTxt{
	flex: 1;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Tablet (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (min-width:768px) and (max-width:1023px){
/* ttl
-------------------------------------------------------------*/
.ttlPage .boxIcn{
	width: 50px;
	height: 50px;
}
.ttlPage .boxIcn .boxIcnInner{
	width: 30px;
	height: 30px;
}
.ttlPage .boxTtl{
	padding: 0 0 0 15px;
}
.ttlPage .boxTtl h1{
	font-size: 3.0rem;
}
/* box
-------------------------------------------------------------*/
.boxProduct{
	margin: 60px 0 0;
}
.boxProduct .boxSectionTtl .contentsInner{
	display: block;
	padding: 20px 4.8%;
	box-sizing: border-box;
}
.boxProduct .boxSectionTtl .contentsInner .boxL{
	width: 100%;
}
.boxProduct .boxSectionTtl .contentsInner .boxLInner{
	margin: 0;
}
.boxProduct .boxSectionTtl .contentsInner .boxR{
	width: 100%;
}
.boxProduct .boxSectionTtl .contentsInner .boxR .boxPhoto{
	width: 100%;
	margin-right: 0;
	box-sizing: border-box;
	padding: 0;
}
.boxProduct .boxSectionTtl h2{
	margin: 20px 0 0;
	font-size: 2.6rem
}
.boxProduct .boxSectionTtl .leadTxt{
	font-size: 1.7rem;
	margin: 10px 0 0;
}
.boxProduct .boxSectionTtl .boxLineLeft{
	margin: 20px 0 0;
}
.boxProduct .boxSectionTtl .boxLineLeft p{
	font-size: 2.0rem;
}
.boxProduct .boxSectionTtl .boxLineLeft p strong{
	font-size: 2.0rem;
}
/* boxProductInfo
-------------------------------------------------------------*/
.boxProductInfo{
	margin: 40px 0 0;
}
.boxProductInfo h3{
	font-size: 2.0rem;
}
.boxProductInfoInner{
	margin-top: 20px;
}
.boxClm1 + .boxClm1{
	margin: 30px auto 0;
}
.boxClm2{
	display: block;
}
.boxClm2 .box{
	width: calc(100%);
	margin-top: 20px;
}
.boxClm3{
	display: block;
}
.boxClm3 .box{
	width: calc(100%);
	margin-top: 20px;
}
/* pageLink
-------------------------------------------------------------*/
.pageLink{
	margin: 60px 0 0;
	padding: 40px 20px;
	position: relative;
}
.pageLink ul{
	display: block;
	margin-top: 10px;
}
.pageLink ul li{
	width: calc(100%);
	margin-top: 10px;
}
.pageLink ul li a .boxIcn{
	width: 50px;
	height: 50px;
}
.pageLink ul li a .boxIcn .boxIcnInner{
	width: 30px;
	height: 30px;
}
.pageLink ul li a .boxTtl{
	font-size: 1.7rem;
}
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:1023px){
/* ttl
-------------------------------------------------------------*/
.ttlPage .boxIcn{
	width: 50px;
	height: 50px;
}
.ttlPage .boxIcn .boxIcnInner{
	width: 30px;
	height: 30px;
}
.ttlPage .boxTtl{
	padding: 0 0 0 15px;
}
.ttlPage .boxTtl h1{
	font-size: 3.0rem;
}
/* box
-------------------------------------------------------------*/
.boxProduct{
	margin: 60px 0 0;
}
.boxProduct .boxSectionTtl .contentsInner{
	display: block;
	padding: 20px;
	box-sizing: border-box;
}
.boxProduct .boxSectionTtl .contentsInner .boxL{
	width: 100%;
}
.boxProduct .boxSectionTtl .contentsInner .boxLInner{
	margin: 0;
}
.boxProduct .boxSectionTtl .contentsInner .boxR{
	width: 100%;
}
.boxProduct .boxSectionTtl .contentsInner .boxR .boxPhoto{
	width: 100%;
	margin-right: 0;
	box-sizing: border-box;
	padding: 0;
}
.boxProduct .boxSectionTtl h2{
	margin: 20px 0 0;
	font-size: 2.6rem
}
.boxProduct .boxSectionTtl .leadTxt{
	font-size: 1.6rem;
	margin: 10px 0 0;
}
.boxProduct .boxSectionTtl .boxLineLeft{
	margin: 20px 0 0;
}
.boxProduct .boxSectionTtl .boxLineLeft p{
	font-size: 2.0rem;
}
.boxProduct .boxSectionTtl .boxLineLeft p strong{
	font-size: 2.0rem;
}
/* boxProductInfo
-------------------------------------------------------------*/
.boxProductInfo{
	margin: 40px 0 0;
}
.boxProductInfo h3{
	font-size: 2.0rem;
}
.boxProductInfoInner{
	margin-top: 20px;
}
.boxClm1 {
	width: 100%;
}
.boxClm1 + .boxClm1{
	margin: 30px auto 0;
}
.boxClm2{
	display: block;
}
.boxClm2 .box{
	width: calc(100%);
	margin-top: 20px;
}
.boxClm3{
	display: block;
}
.boxClm3 .box{
	width: calc(100%);
	margin-top: 20px;
}
.boxClm3 .box02{
	width: calc(100%);
}
/* pageLink
-------------------------------------------------------------*/
.pageLink{
	margin: 60px 0 0;
	padding: 40px 0;
	position: relative;
}
.pageLink h2{
	font-size: 2.0rem;
}
.pageLink ul{
	display: block;
	margin-top: 10px;
}
.pageLink ul li{
	width: calc(100%);
	margin-top: 10px;
}
.pageLink ul li a .boxIcn{
	width: 50px;
	height: 50px;
}
.pageLink ul li a .boxIcn .boxIcnInner{
	width: 30px;
	height: 30px;
}
.pageLink ul li a .boxTtl{
	font-size: 1.6rem;
	line-height: 1.3;
}
/* GROUP2
-------------------------------------------------------------*/
#product05 .box-gray{
	display: block;
}
#product05 .box-gray .boxFig{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
#product05 .box-gray .boxTxt{
	padding: 20px 0 0 0;
}
}